projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
769da2c
)
(auto-coding-alist): Add pdf => no-conversion.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Apr 2007 14:39:07 +0000
(14:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Apr 2007 14:39:07 +0000
(14:39 +0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 1de9b40105cf2dcb2123d2b31c46b315be176ae1..bee0bdcbca38504085769c05bb325295c15f8330 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-1586,6
+1586,7
@@
text, and convert it in the temporary buffer. Otherwise, convert in-place."
("\\.\\(sx[dmicw]\\|odt\\|tar\\|tgz\\)\\'" . no-conversion)
("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion)
("\\.\\(jpe?g\\|png\\|gif\\|tiff?\\|p[bpgn]m\\)\\'" . no-conversion)
+ ("\\.pdf\\'" . no-conversion)
("/#[^/]+#\\'" . emacs-mule))
"Alist of filename patterns vs corresponding coding systems.
Each element looks like (REGEXP . CODING-SYSTEM).